home *** CD-ROM | disk | FTP | other *** search
/ Softline PAY-CD / Softline PAY-CD(1994).iso / programm / allclear / demo / disk1 / examples / atutor.cmp / DECTREE2.ACL < prev    next >
Encoding:
Text File  |  1993-09-29  |  276 b   |  22 lines

  1. Sample Tree of Decisions
  2.  
  3. First statement.
  4. Top of tree\
  5.     Statement.
  6.     Question?
  7.         (Yes)        Statement.
  8.         (No)        Statement.
  9.     ?end
  10.     Question:
  11.         (Choice)
  12.         Statement.
  13.         (Choice)
  14.         Statement.
  15.     :end
  16.     Top of nested tree\
  17.         First branch.
  18.         Second branch.
  19.     \end
  20. \end
  21.  
  22.